kompilacja:
aryp.c: In function `main':
aryp.c:189: warning: passing arg 1 of `f' from incompatible pointer type
aryp.c:196: warning: passing arg 1 of `f' from incompatible pointer type
aryp.c:202: warning: passing arg 1 of `f' from incompatible pointer type
aryp.c:224: warning: passing arg 1 of `f2' from incompatible pointer type
aryp.c:242: warning: passing arg 1 of `f2' from incompatible pointer type
aryp.c:254: warning: passing arg 1 of `f3' from incompatible pointer type
aryp.c:272: warning: passing arg 1 of `f3' from incompatible pointer type
aryp.c:280: warning: passing arg 1 of `f3' from incompatible pointer type
aryp.c:285: warning: passing arg 1 of `f3' from incompatible pointer type
aryp.c:289: warning: assignment from incompatible pointer type
aryp.c:295: warning: assignment from incompatible pointer type
aryp.c:304: warning: passing arg 1 of `f3' from incompatible pointer type
aryp.c:310: warning: passing arg 1 of `f3' from incompatible pointer type
aryp.c:314: warning: assignment from incompatible pointer type
aryp.c:320: warning: assignment from incompatible pointer type

uruchomienie:
jako tablice:

tablica:
0	1	2	3	4
10	11	12	13	14
20	21	22	23	24

array1 (nie powinno dziaa):
134522248	134522272	134522296	25	100
101	102	103	104	25
110	111	112	113	114

array2:
200	201	202	203	204
210	211	212	213	214
220	221	222	223	224

array3:
300	301	302	303	304
310	311	312	313	314
320	321	322	323	324

array4:
400	401	402	403	404
410	411	412	413	414
420	421	422	423	424

array5:
500	501	502	503	504
510	511	512	513	514
520	521	522	523	524


jako "symulowane" tablice:

array:
0	1	2	3	4
10	11	12	13	14
20	21	22	23	24

array ponownie (rwnie powinno dziaa):
0	1	2	3	4
10	11	12	13	14
20	21	22	23	24

array1 (nie powinno dziaa):
134522248	134522272	134522296	25	100
101	102	103	104	25
110	111	112	113	114

array1 na inny sposb (rwnie nie powinno dziaa):
100	101	102	103	104
25	110	111	112	113
114	25	120	121	122

array2:
200	201	202	203	204
210	211	212	213	214
220	221	222	223	224

array3:
300	301	302	303	304
310	311	312	313	314
320	321	322	323	324

array4:
400	401	402	403	404
410	411	412	413	414
420	421	422	423	424

array4 na inny sposb (rwnie powinno dziaa):
400	401	402	403	404
410	411	412	413	414
420	421	422	423	424

array5:
500	501	502	503	504
510	511	512	513	514
520	521	522	523	524


jako wskaniki:

array (nie powinno dziaa):
Naruszenie segmentacji
Naruszenie segmentacji
Naruszenie segmentacji
Naruszenie segmentacji
Naruszenie segmentacji
Naruszenie segmentacji
Naruszenie segmentacji
...
